The unique identifier of a listing on a eCommerce site.
Facets
MaxLength
50
MinLength
0
Source
<xs:simpleType name="eCommerceIDType" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:documentation>The unique identifier of a listing on a eCommerce site.</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:maxLength value="50"/><xs:minLength value="0"/></xs:restriction></xs:simpleType>